08. Quiz: Pipeline Steps
Computer Vision Pipeline
A standard computer vision pipeline uses the following steps to extract information from any set of images; eventually going from perception to action.
QUIZ QUESTION::
These examples are for a facial expression recognition application. This is a computer vision application that can recognize a face and what kind of emotion it is displaying based on features, such as eyebrow angle and mouth curvature. Match the pipeline step to the correct example.
ANSWER CHOICES:
Example |
Pipeline step |
---|---|
Input data |
|
Selecting areas of interest |
|
Prediction/Recognition |
|
Pre-processing |
|
Feature extraction |
SOLUTION:
Example |
Pipeline step |
---|---|
Input data |
|
Selecting areas of interest |
|
Prediction/Recognition |
|
Pre-processing |
|
Feature extraction |